home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / mfiniocs / order_re.txt < prev   
Encoding:
Text File  |  1998-07-22  |  961 b   |  34 lines

  1. Thank you for downloading MFINI 1.0
  2. You may use this for holding strings of text, integers
  3. or both together
  4. I have used this for storing RGB color information, and passwords.  this is very nice
  5. for when you don't want to write a data file, or direct to the program
  6. it can be modified with window and manipulated by other of you app's
  7.  
  8. COSTS:
  9.  
  10. The full version via e-mail will cost you $5.00, or if you want the "SOURCE CODE"
  11.  
  12. it will also cost $5.00
  13.  
  14. Just send a SASE to
  15.  
  16.     Dave Jackson
  17.     8935 Springview Ln.
  18.     Houston Tx, 77080
  19.  
  20. and please include, an e-mail address, $5.00 cash or money order
  21. please no checks, and if you want the "FULL VERSION" or the "SOURCE CODE"
  22.  
  23. I will send it within 48 hours of getting your letter.
  24.  
  25.  
  26. Examples:
  27.  
  28. Read:
  29.  
  30. MFINI1.WriteINI "Password", "Password", Text1.text, "C:\windows\profiles\guest\desktop" + "\dave.ini"
  31.  
  32. Write:
  33.  
  34. Text1.Text = MFINI1.ReadINI("Password", "Password", App.Path + "\Your.ini")